home *** CD-ROM | disk | FTP | other *** search
- // HotShapeInspector.h
- // By Charles G. Fleming, Educational Computing Services, Allegheny College.
- // Copyright 1992 Allegheny College
- // You may freely copy, distribute and reuse this code.
- // Allegheny College and the author disclaim any warranty of any kind,
- // expressed or implied, as to its fitness for any particular use.
- // This work was partially supported by a grant from the Vira Heinz Endowment.
-
- #import <apps/InterfaceBuilder.h>
-
- @interface HotShapeInspector:IBInspector
- {
- id pathNamePopUpList;
- id pathNamePopUpListButton;
- id tagTextField;
- id visibilitySwitch;
- int controlTag;
- char *pswFilePath;
- }
-
- - init;
- - revert:sender;
- - ok:sender;
- @end
-